﻿2026-07-22T18:41:59.1766433Z ##[group]Run actions/checkout@v5
2026-07-22T18:41:59.1767364Z with:
2026-07-22T18:41:59.1767796Z   repository: BigscreenVR/spt-bs-core
2026-07-22T18:41:59.1770926Z   token: ***
2026-07-22T18:41:59.1771322Z   ssh-strict: true
2026-07-22T18:41:59.1771719Z   ssh-user: git
2026-07-22T18:41:59.1772100Z   persist-credentials: true
2026-07-22T18:41:59.1772530Z   clean: true
2026-07-22T18:41:59.1772934Z   sparse-checkout-cone-mode: true
2026-07-22T18:41:59.1773379Z   fetch-depth: 1
2026-07-22T18:41:59.1773779Z   fetch-tags: false
2026-07-22T18:41:59.1774170Z   show-progress: true
2026-07-22T18:41:59.1774586Z   lfs: false
2026-07-22T18:41:59.1774979Z   submodules: false
2026-07-22T18:41:59.1775416Z   set-safe-directory: true
2026-07-22T18:41:59.1775845Z   allow-unsafe-pr-checkout: false
2026-07-22T18:41:59.1776513Z ##[endgroup]
2026-07-22T18:41:59.2561571Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T18:41:59.2563199Z ##[group]Getting Git version info
2026-07-22T18:41:59.2563919Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T18:41:59.2565008Z [command]/usr/bin/git version
2026-07-22T18:41:59.2583785Z git version 2.43.0
2026-07-22T18:41:59.2601887Z ##[endgroup]
2026-07-22T18:41:59.2613114Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0226db95-3081-4eac-b295-9ba61fdfde25' before making global git config changes
2026-07-22T18:41:59.2614569Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T18:41:59.2615876Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T18:41:59.2647709Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T18:41:59.2666140Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T18:41:59.2675626Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T18:41:59.2678005Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T18:41:59.2696365Z refs/heads/main
2026-07-22T18:41:59.2702828Z [command]/usr/bin/git checkout --detach
2026-07-22T18:41:59.2748609Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T18:41:59.2782058Z [command]/usr/bin/git branch --delete --force main
2026-07-22T18:41:59.2806102Z Deleted branch main (was 7c0f12d6).
2026-07-22T18:41:59.2866061Z ##[endgroup]
2026-07-22T18:41:59.2869650Z [command]/usr/bin/git submodule status
2026-07-22T18:41:59.3053766Z ##[group]Cleaning the repository
2026-07-22T18:41:59.3056392Z [command]/usr/bin/git clean -ffdx
2026-07-22T18:41:59.3092152Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T18:41:59.3138690Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T18:41:59.3143584Z ##[endgroup]
2026-07-22T18:41:59.3144989Z ##[group]Disabling automatic garbage collection
2026-07-22T18:41:59.3147410Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T18:41:59.3171168Z ##[endgroup]
2026-07-22T18:41:59.3171844Z ##[group]Setting up auth
2026-07-22T18:41:59.3176079Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T18:41:59.3201293Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T18:41:59.3387135Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T18:41:59.3413083Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T18:41:59.3599090Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T18:41:59.3628036Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T18:41:59.3822334Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T18:41:59.3851838Z ##[endgroup]
2026-07-22T18:41:59.3852510Z ##[group]Fetching the repository
2026-07-22T18:41:59.3857738Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9:refs/remotes/origin/main
2026-07-22T18:41:59.8044669Z ##[endgroup]
2026-07-22T18:41:59.8046115Z ##[group]Determining the checkout info
2026-07-22T18:41:59.8047478Z ##[endgroup]
2026-07-22T18:41:59.8050999Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T18:41:59.8088785Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T18:41:59.8111005Z ##[group]Checking out the ref
2026-07-22T18:41:59.8113627Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T18:41:59.8159867Z Switched to a new branch 'main'
2026-07-22T18:41:59.8160754Z branch 'main' set up to track 'origin/main'.
2026-07-22T18:41:59.8164629Z ##[endgroup]
2026-07-22T18:41:59.8196342Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T18:41:59.8219284Z 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
